home *** CD-ROM | disk | FTP | other *** search
/ Simple Backup / Simple Backup by STOMP.iso / SBU / FRA / data1.cab / dr_sumo-drecogen-product-w9-a / epattdw.doc < prev    next >
Text File  |  2001-07-25  |  3KB  |  83 lines

  1.  
  2.  
  3. The valid switches for the EPATTDW.EXE driver in the DOS CONFIG.SYS file are
  4. the following:
  5.  
  6. /de - disable EPP check
  7. /db - disable EPPBIOS check
  8. /dp - skip PS/2 DMA Arbitration disable
  9. /di - disable interrupt mode (operate in polled mode)
  10. /ni - skip chipset initialization
  11. /ded - Disable EPP Dword transfers
  12. /sf - suppress fast mode detection
  13. /irq:x - force irq 'x' (where x is a number from 1 to 15)
  14. /port:xxx - force port address xxx (where xxx is the parallel port address)
  15. /rx - force read mode x (where x ranges from 0 to 11 - see below)
  16. /wy - force write mode y (where y ranges from 0 to 4 - see below)
  17.  
  18. Read Modes:
  19. 0 - Nibble fast    1 - Nibble normal     2 - Nibble slow
  20. 3 - Unidir fast    4 - Unidir normal        5 - Unidir slow
  21. 6 - Toshiba fast    7 - Toshiba normal    8 - Bi-dir fast
  22. 9 - Bi-dir normal    10 - EPP normal        11 - EPP fast
  23.  
  24. Write Modes:
  25. 0 - SPP fast    1 - SPP normal        2 - SPP slow
  26. 3 - EPP normal    4 - EPP fast
  27.  
  28. As an example, to disable EPP detection with the Colorado 5GB/8GB external
  29. DOS driver, change the entry for the driver in the DOS CONFIG.SYS file 
  30.  
  31. from: 
  32. Device=C:\CBD\EPATTDW.EXE 
  33.  
  34. to: 
  35. Device=C:\CBD\EPATTDW.EXE /DE
  36.  
  37.  
  38.  
  39. Windows 3.1:
  40.  
  41. The Shuttle driver support for Windows 3.1 consists of 2 layers:  A VxD
  42. component that is part of the EPATTDW.EXE file (loaded with a DEV= line in
  43. the [386Enh] section of the Windows 3.1x SYSTEM.INI file) and a WINASPI.DLL
  44. file loaded dynamically by Windows applications at runtime.
  45.  
  46. When installing the VxD in the SYSTEM.INI file, it is recommended to create
  47. a [EPATTD] section in that file.  This section of the SYSTEM.INI file is
  48. used to modify the behavior of the Windows 3.1x device driver for the
  49. Colorado 5GB/8GB external drive. Valid entries are as follows (the words to
  50. the left of the "=" are case sensitive):
  51.  
  52. DisableInt=On|Off - Disable interrupt mode (run with polling)
  53. DisableEpp=True|False - Disable EPP detection
  54. DisableFast=On|Off - Disable fast EPP detection
  55. PortBase=xxx - hexadecimal i/o port address of the parallel port
  56. Irq=x - decimal Irq number of the parallel port
  57. ReadMode=x - force read mode x (x ranges from 0 to B - see below)
  58. WriteMode=y - force write mode y (y ranges from 0 to 4 - see below)
  59.  
  60. Read Modes:
  61. 0 - Nibble fast    1 - Nibble normal     2 - Nibble slow
  62. 3 - Unidir fast    4 - Unidir normal        5 - Unidir slow
  63. 6 - Toshiba fast    7 - Toshiba normal    8 - Bi-dir fast
  64. 9 - Bi-dir normal    A - EPP normal        B - EPP fast
  65.  
  66. Write Modes:
  67. 0 - SPP fast    1 - SPP normal        2 - SPP slow
  68. 3 - EPP normal    4 - EPP fast
  69.  
  70. The most frequent Windows 3.1x problems seen so far include:
  71.  
  72. 1) On some systems, Windows 3.1 (not 3.11 or Windows for Workgroups) hangs
  73. during startup if the Colorado 5GB/8GB external's driver (EPATTDW.EXE) is
  74. loaded in the CONFIG.SYS file.  The workaround is to add the /di switch to
  75. the EPATTDW.EXE line in the CONFIG.SYS file to disable interrupt mode. 
  76.  
  77. 2) Windows 3.1 (not 3.11 or Windows for Workgroups) loses mouse access if
  78. CBW is configured to work with the Colorado 5GB/8GB external.  The
  79. workaround is to add the line "DisableEpp=True" to the [EPATTD] section of
  80. the Windows SYSTEM.INI file.
  81.  
  82.  
  83.